| TableAddToFrameBuffer Method |
this function is used to add value to Frame Buffer values.
the string value of Slab IP address.the string value of Slab Frame data. this function return type is void
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxprivate void AddToFrameBuffer(
string IpKey,
string FrameValue
)
Private Sub AddToFrameBuffer (
IpKey As String,
FrameValue As String
)
private:
void AddToFrameBuffer(
String^ IpKey,
String^ FrameValue
)
function AddToFrameBuffer(IpKey, FrameValue);
Parameters
- IpKey
- Type: SystemString
- FrameValue
- Type: SystemString
See Also